The text field below mirrors the current value of the selection when you press the "Show Selection" button.
function reflect(aForm) { var myIndex = aForm.units.selectedIndex var myText = aForm.units.options[myIndex].text aForm.result.value = myText }